Set Active Window
Command Prototype
Window.SetActive(objUiElement)
Command Description
Set the specified window to be active window (the window that is activated in the foreground)
Parameter Description
- Required Parameter
- objUiElement--Corresponding window object; when passed as an integer, it is used as a window handle; when passed as a string, it is used as a window feature to find all matched window to operate; when passed as a UiElement object, operate the window containing it